home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marionettemadness.swf / scripts / frame_1 / PlaceObject2_115_3 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2007-10-01  |  349b  |  15 lines

  1. onClipEvent(load){
  2.    lPCT = 1;
  3.    this.onEnterFrame = function()
  4.    {
  5.       var _loc4_ = getMCLoadPCT(_root);
  6.       cFrame = this._totalframes - Math.round(this._totalframes * _loc4_);
  7.       if(cFrame <= 1)
  8.       {
  9.          this._parent.play();
  10.          delete this.onEnterFrame;
  11.       }
  12.       _parent.clockGoTo(this,cFrame);
  13.    };
  14. }
  15.